home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 076-100 / scopedisk86 / maze12 / source / makefile < prev    next >
Encoding:
Makefile  |  1995-03-19  |  325 b   |  16 lines

  1. stdhead.t: stdhead.c
  2.     cc  +Hstdhead.t +m stdhead.c
  3.  
  4. about.o: about.c stdhead.t
  5.     cc -n +Istdhead.t  about.c
  6.  
  7. maze.o: maze.c  stdhead.t
  8.     cc -n  +Istdhead.t  maze.c
  9.  
  10. maze: maze.o about.o
  11.      ln -g maze.o about.o  -lc
  12.  
  13. # maze.l: maze.c about.c
  14. #      lint >maze.l -iSYS1:include/ -zero -si2 SYS9:manx.c maze.c about.c
  15.  
  16.